Spread Windows Forms 12.0 Product Documentation
CollectionBase<T> Class Members
Properties  Methods  Events


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : CollectionBase<T> Class

The following tables list the members exposed by CollectionBase<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyGets or sets the T at the specified index in the collection.  
Top
Protected Properties
 NameDescription
Protected PropertyGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top
Public Methods
 NameDescription
Public MethodAdds the specified T to the collection.  
Public MethodOverloaded. Copies the elements of the specified array to the end of the collection.  
Public MethodRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodGets a value that indicates whether the collection contains the specified T.  
Public MethodCopies the collection objects to a one-dimensional System.Array instance beginning at the specified index.  
Public MethodRepresents a default predicate.  
Public MethodOverloaded. Determines whether the List contains elements that match the conditions defined by the specified predicate.  
Public MethodOverloaded. Searches for a T that matches the specified type TTarget, and returns the first occurrence within the entire collection.  
Public MethodOverloaded. Retrieves all the T that match the specified type TTarget.  
Public MethodOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List.  
Public MethodOverloaded. Searches for an T that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection.  
Public MethodOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List.  
Public MethodReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public MethodGets the index in the collection of the specified T, if it exists in the collection.  
Public MethodInserts the specified T into the collection at the specified index.  
Public MethodRemoves the specified T from the collection.  
Public MethodRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top
Protected Methods
 NameDescription
Protected MethodCopies the elements of the specified array to the end of the collection.  
Protected MethodPerforms additional custom processes before inserting a new element array into the System.Collections.CollectionBase instance.  
Protected MethodPerforms additional custom processes after inserting a new element array into the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance.  
Protected MethodRaises the CollectionChanged event.  
Protected MethodRaises the CollectionChanging event.  
Protected MethodOverridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance.  
Protected MethodOverridden. Performs additional custom processes when validating a value.  
Top
Public Events
 NameDescription
Public EventA System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of the CollectionChanged event.  
Public EventA System.ComponentModel.CollectionChangeEventHandler object that indicates the handler of CollectionChanging event.  
Top
See Also

Reference

CollectionBase<T> Class
GrapeCity.Win.Spread.InputMan.CellType Namespace